home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 March
/
CMCD0305.ISO
/
Software
/
Demo
/
Maguma
/
workbench-2.1.0-trial.exe
/
{app}
/
resource
/
themes
/
NoTB
/
view_toolbar.xrc
< prev
Wrap
Extensible Markup Language
|
2004-02-12
|
1KB
|
32 lines
<?xml version="1.0" encoding="ISO-8859-1"?>
<resource xmlns="http://www.wxwindows.org/wxxrc" version="2.3.0.1">
<object class="wxToolBar" name="view_toolbar">
<dontattachtoframe>1</dontattachtoframe>
<style>wxTB_NODIVIDER | wxTB_HORIZONTAL | wxTB_FLAT</style>
<bitmapsize>97,18</bitmapsize>
<object class="tool" name="view_menu_editor">
<radio>1</radio>
<bitmap>./img/view_edit.png</bitmap>
<tooltip>View editor</tooltip>
<longhelp>Show the editing view with all open files</longhelp>
</object>
<object class="tool" name="view_menu_internalpreview">
<radio>1</radio>
<bitmap>./img/view_pre.png</bitmap>
<tooltip>View preview window</tooltip>
<longhelp>Show the internal HTML preview window</longhelp>
</object>
<object class="tool" name="view_menu_extpreview">
<radio>0</radio>
<bitmap>./img/view_ext.png</bitmap>
<tooltip>External preview</tooltip>
<longhelp>Display file in external browser</longhelp>
</object>
<object class="tool" name="tb_extbrowser">
<radio>0</radio>
<bitmap>./img/view_drpdwn.png</bitmap>
<longhelp>Select active external browser</longhelp>
</object>
</object>
</resource>